Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| New Methiod to Activate Windows/MS Office 2010/2013/2016/2019 | |
| If you have already intalled MS Office Or Download from bellow link | |
| Download setup file for MS Office Pro Plus 2019 https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProPlus2019Retail.img | |
| Activate Windows / Office ? | |
| 📌PowerShell Method For Windows 8, 10, 11: | |
| Click the Start Menu, type PowerShell, then open it. | |
| Copy and paste the code below, then press enter. | |
| irm https://get.activated.win | iex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Launch docker: | |
| rocm/sgl-dev:v0.5.8.post1-rocm720-mi30x-20260211-preview | |
| Inside container - | |
| Install Sglang from source by following - | |
| https://docs.sglang.io/platforms/amd_gpu.html#install-from-source | |
| Install transformer from source - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name the horse that stands in your way | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2026-03-01 | |
| // @description no more than 2 minutes of twitter. the first minute is a clear view, the second minute is where the horse slowly fades in. third minute and beyond there is nothing to see except horse | |
| // @author You | |
| // @match http://*.x.com/* | |
| // @match https://*.x.com/* | |
| // @match http://*.instagram.com/* | |
| // @match https://*.instagram.com/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name the horse that stands in your way | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2026-03-01 | |
| // @description no more than 2 minutes of twitter. the first minute is a clear view, the second minute is where the horse slowly fades in. third minute and beyond there is nothing to see except horse | |
| // @author You | |
| // @match http://*.x.com/* | |
| // @match https://*.x.com/* | |
| // @match http://*.instagram.com/* | |
| // @match https://*.instagram.com/* |
Tired of slop? This is a uBlock Origin filter list that nukes the Reels tab, non-follower posts, and ALL video content from the platform. I'm trying to make Instagram be what my parents said Facebook was.
If you scroll past your friend's posts, this is what you get:
| GPIO | Function | Direction | Evidence |
|---|---|---|---|
| 0 | I2C SCL | Bidir (OD) | Wire.begin(sda=20, scl=0, freq=400000) in sub_42004146 |
| 1 | Button ADC (primary) | Analog In | analogRead(1) in sub_42006294 — 4-button resistor ladder |
| 2 | Button ADC (secondary) | Analog In | analogRead(2) fallback in sub_42006294 — 2 buttons |
| 3 | Power/Wake input | Digital In | digitalRead(3) in sub_4200D0B6, triggers power-on sequence |
| Property | Value | Evidence |
|---|---|---|
| Controller | SSD1677 | Command set, LUT format (5x42 bytes), register layout |
| Diagonal | 3.68" | Alibaba listing + mechanical drawing; sqrt(51.84² + 77.76²) = 93.5mm = 3.68" |
| Buffer resolution | 792 x 528 | Constructor param, buffer size = 52,272 bytes (99 bytes/row x 528 rows) |
| Hardware resolution | 792 x 600 | CMD 0x61 data: [0x03, 0x18, 0x02, 0x58] → (0x0318=792) x (0x0258=600) |
NewerOlder


